7th Aug 1999
Seth Burgess <sjburges@gimp.org>
Convert a specified color to transparency
This replaces as much of a given color as possible in each pixel with a corresponding amount of alpha, then readjusts the color accordingly.
unknown
| Type | Name | Description |
|---|---|---|
| PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
| PF_IMAGE | image | Input image (unused) |
| PF_DRAWABLE | drawable | Input drawable |
| PF_COLOUR | color | Color to remove |
None